.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.w1200 {width: 1200px;margin: 0 auto;}
.h20{height: 20px;}
.w500 {width: 500px;}
.w650 {width: 650px;}
.aImg,.aImg img {display: block;position: relative;width: 100%;height: 100%;}
.shadow_1 {box-shadow:0 0px 10px 0 rgba(0, 0, 0, .4);}
body {background-color: #ebf0fa;}
/*
overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
opacity:0.6;filter:alpha(opacity=60);

transition: all 1s ease 0s;
-ms-transition: all 1s ease 0s;	
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;	

transform: rotate(-2deg) scale(1,1);
-ms-transform: rotate(-2deg) scale(1,1);
-moz-transform: rotate(-2deg) scale(1,1);
-webkit-transform: rotate(-2deg) scale(1,1);
-o-transform: rotate(-2deg) scale(1,1);

animation: myfirst 1s linear 0s infinite normal;
-moz-animation: myfirst 1s linear 0s infinite normal;
-webkit-animation: myfirst 1s linear 0s infinite normal;
-o-animation: myfirst 1s linear 0s infinite normal;	

@keyframes myfirst
{
0%   {}
100%   {}
}

@-moz-keyframes myfirst
{
0%   {}
100%   {}
}

@-webkit-keyframes myfirst
{
0%   {}
100%   {}
}

@-o-keyframes myfirst
{
0%   {}
100%   {}
}
*/

/*hover(3fa2d0->5fc0ed)*/